xen.git
2005-08-22 cl349@firebug... Merge libxenstat and xentop.
2005-08-22 kaf24@firebug... no pae by default
2005-08-22 kaf24@firebug... We cannot allow nested C functions. They create a stack
2005-08-22 kaf24@firebug... Apply Ross Mcilroy's balloon_dealloc_empty_page_range...
2005-08-22 cl349@firebug... merge?
2005-08-22 cl349@firebug... Remove option for running block devices without grant...
2005-08-22 kaf24@firebug... No 'boot error' message if booting secondary vcpu succeeds.
2005-08-22 kaf24@firebug... Ensure that 64-bit get_user/put_user only transfer to
2005-08-22 kaf24@firebug... Fix out-of-source-tree build problem.
2005-08-22 kaf24@firebug... I noticed that an old problem is back (see below)....
2005-08-22 kaf24@firebug... Ordering was broken in the course of separating XEN...
2005-08-22 kaf24@firebug... When building in a tree with (the sparse trees and...
2005-08-21 kaf24@firebug... Make grant-table dev_bus_addr really be an address...
2005-08-21 vh249@arcadians... fix logic of ballooning out to handle the dom0_min_mem...
2005-08-21 kaf24@firebug... Fix debug build.
2005-08-21 akw27@arcadians... Remove dead code from blkback.
2005-08-21 cl349@firebug... merge?
2005-08-21 cl349@firebug... Fix fallout from "Get rid of memory_t." checkin.
2005-08-21 cl349@firebug... merge?
2005-08-21 kaf24@firebug... Fix dom0 memory allocation.
2005-08-21 iap10@freefall... PAE fix to allow dom0 to be >4GB. PAE has made huge...
2005-08-20 kaf24@firebug... Fix NORMAL_PT_UPDATE for PAE when page is not pinned.
2005-08-20 kaf24@firebug... Defining PAGE_SIZE as int broke x86/64. Revert that...
2005-08-20 kaf24@firebug... Fix put_pte_flags() for Xen PAE.
2005-08-20 kaf24@firebug... Not ready for pae by default just yet. ;-)
2005-08-20 kaf24@firebug... Fix PAE boot.
2005-08-20 kaf24@firebug... I find at present "make uninstall" won't remove all...
2005-08-20 kaf24@firebug... We need to detect ioemu handled devices earlier and...
2005-08-20 kaf24@firebug... Mini-os updated to use the new time interface.
2005-08-19 iap10@freefall... Hopefully fix build with SLES9 compiler.
2005-08-19 mark.williamson... Minor xenstat changes from Christian Limpach.
2005-08-19 sd386@font... Local merge of two headed repo.
2005-08-19 sd386@font... Fix broken 'xm sedf', fixed by Ross Mcilroy
2005-08-19 kaf24@firebug... merge.
2005-08-19 kaf24@firebug... Fix x86/64 build by defining correct vcpu_pickle().
2005-08-19 cl349@firebug... merge?
2005-08-19 kaf24@firebug... Six the SWIOTLB. The bus range does need to be contiguo...
2005-08-19 cl349@firebug... merge?
2005-08-19 cl349@firebug... Improve error paths and cleanup code.
2005-08-19 kaf24@firebug... Get rid of memory_t. Almost all uses should be unsigned...
2005-08-19 kaf24@firebug... Simplify pagetable initialisation. Since swapper_pg_dir now
2005-08-19 kaf24@firebug... Fix many uses of machine addresses in XenLinux. Primarily
2005-08-19 sos22@douglas... Merge.
2005-08-19 sos22@douglas... This time, it's fixed.
2005-08-19 cl349@firebug... merge?
2005-08-19 cl349@firebug... Correctly unmap ring page if using grant tables.
2005-08-19 sos22@douglas... Unbreak the build in the non-CONFIG_SMP and x86_64...
2005-08-19 sos22@douglas... Get rid of some annoying debug messages.
2005-08-19 sos22@douglas... Merge.
2005-08-19 cl349@firebug... Fix suspend/resume for domains with devices which are...
2005-08-19 cl349@firebug... merge?
2005-08-19 cl349@firebug... Add very rough xend support for xenbus block device...
2005-08-19 cl349@firebug... Fix driver to work with updated probe driver.
2005-08-19 cl349@firebug... Switch block device setup/teardown over to xenbus/xenstore.
2005-08-19 cl349@firebug... use "vbd" as driver name for blkfront devices, not...
2005-08-19 sos22@douglas... Merge.
2005-08-19 cl349@firebug... Add support for multiple devices when using grant tables.
2005-08-19 cl349@firebug... Switch block device setup/teardown over to xenbus/xenstore.
2005-08-19 sos22@douglas... Tidy up a bit.
2005-08-19 kaf24@firebug... The entire swiotlb aperture does not need to be contiguous.
2005-08-19 kaf24@firebug... By default, pre-reserve some memory in Xen that is...
2005-08-19 kaf24@firebug... Default unit for all Xen memory parameters is kilobytes.
2005-08-19 kaf24@firebug... The patch allows x86_64 SMP Xen/XenLinux (dom0) to...
2005-08-19 kaf24@firebug... This patch:
2005-08-19 kaf24@firebug... This patch provides a workaround for bugzilla #90 which...
2005-08-19 smh22@firebug... Proleptic xend bug fix for multi-sxp messages; stricly...
2005-08-18 cl349@firebug... Remove support for xenbus driver subtypes since with...
2005-08-18 cl349@firebug... Add support to xenbus_gather to scan for strings and...
2005-08-18 cl349@firebug... Get rid of xenbus_uuid_to_domid - get the frontend...
2005-08-18 cl349@firebug... Let dev_changed detect devices when a watch fires with...
2005-08-18 cl349@firebug... Free memory returned from xenbus_directory call.
2005-08-18 cl349@firebug... Don't free subtype field unconditionally.
2005-08-18 cl349@firebug... Get device when we find it - fixes refcount leak and...
2005-08-18 cl349@firebug... Create devices for the xenbus-bus's.
2005-08-18 cl349@firebug... Rename bus names from xenbus* to xen*.
2005-08-18 cl349@firebug... Make probe less chatty.
2005-08-18 cl349@firebug... merge?
2005-08-18 cl349@firebug... Update probe code for backend layout.
2005-08-18 kaf24@firebug... Make sure to cmpxchg entire pte on emulated ptwr path.
2005-08-18 kaf24@firebug... Fix emulated writable pagetable updates where access is
2005-08-18 kaf24@firebug... Fix direct_remap_area_pages() to handle pagetables
2005-08-18 kaf24@firebug... Fix __get_user() and friends to work correctly for
2005-08-18 sos22@douglas... A really nasty workaround for a race.
2005-08-18 kaf24@firebug... Clean up bootmem initialisation for x86/64. Question...
2005-08-18 sos22@douglas... Actually make suspending SMP domUs work: the previous...
2005-08-18 kaf24@firebug... Fix Xen patches to Linux so that they use pfn_pte(...
2005-08-18 kaf24@firebug... Tiny formatting tweak in addition to previous changeset.
2005-08-18 kaf24@firebug... Clean up formatting of Xen crash messages.
2005-08-18 iap10@freefall... Add SK98LIN driver to default -xen0 Linux configs.
2005-08-18 iap10@freefall... Make antispoof default to 'no' in network-script as...
2005-08-18 vh249@arcadians... fail nicely when passing unknown option to xm list
2005-08-18 kaf24@firebug... Fix range_straddles_boundary() check to exclude regions...
2005-08-18 jrb44@plym... Enable IP_PNP support in 64bit domU (needed for xm...
2005-08-18 kaf24@firebug... Fix the SWIOTLB to correctly match on bus addresses.
2005-08-18 vh249@arcadians... fail domU creation if memory need couldn't be succeed...
2005-08-17 iap10@freefall... Enable MATCH_PHYSDEV netfilter support as a module.
2005-08-17 iap10@freefall... Fix e820 array stack overflow
2005-08-17 kaf24@firebug... We found machines with >32 E820 memory map entries...
2005-08-17 kaf24@firebug... Fix vmalloc_fault() path for x86/64 XenLinux.
2005-08-17 kaf24@firebug... Fix the skbuff allocator for multi-page buffers.
next